home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / adam / adam10.exe / {app} / Adam.exe / 0 / RCDATA / TFABOUT / TFABOUT.txt
Text File  |  2004-04-14  |  3KB  |  127 lines

  1. object fAbout: TfAbout
  2.   Left = 391
  3.   Top = 239
  4.   BorderStyle = bsDialog
  5.   Caption = 'O programu'
  6.   ClientHeight = 188
  7.   ClientWidth = 292
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnOK: TBitBtn
  20.     Left = 108
  21.     Top = 153
  22.     Width = 75
  23.     Height = 25
  24.     Cancel = True
  25.     Caption = 'OK'
  26.     ModalResult = 2
  27.     TabOrder = 0
  28.     NumGlyphs = 2
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 17
  32.     Top = 16
  33.     Width = 258
  34.     Height = 127
  35.     BevelInner = bvRaised
  36.     BevelOuter = bvLowered
  37.     TabOrder = 1
  38.     object LabelTitle: TLabel
  39.       Left = 16
  40.       Top = 12
  41.       Width = 210
  42.       Height = 20
  43.       Caption = 'Adam (Audio Data Manager)'
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clWindowText
  46.       Font.Height = -16
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = []
  49.       ParentFont = False
  50.     end
  51.     object LabelVersion: TLabel
  52.       Left = 16
  53.       Top = 48
  54.       Width = 37
  55.       Height = 13
  56.       Caption = 'Verze:'
  57.       Font.Charset = DEFAULT_CHARSET
  58.       Font.Color = clWindowText
  59.       Font.Height = -11
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = [fsBold]
  62.       ParentFont = False
  63.     end
  64.     object LabelVersionValue: TLabel
  65.       Left = 64
  66.       Top = 48
  67.       Width = 33
  68.       Height = 13
  69.       Caption = 'Verze'
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clWindowText
  72.       Font.Height = -11
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = [fsBold]
  75.       ParentFont = False
  76.     end
  77.     object LabelCopyright: TLabel
  78.       Left = 16
  79.       Top = 71
  80.       Width = 147
  81.       Height = 13
  82.       Caption = 'Copyright '#169' 2004 David '#352'm'#237'da'
  83.     end
  84.     object LabelURL: TLabel
  85.       Left = 16
  86.       Top = 94
  87.       Width = 121
  88.       Height = 13
  89.       Cursor = crHandPoint
  90.       Caption = 'http://www.dreamcom.cz'
  91.       Font.Charset = DEFAULT_CHARSET
  92.       Font.Color = clBlue
  93.       Font.Height = -11
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = [fsUnderline]
  96.       ParentFont = False
  97.       OnClick = LabelURLClick
  98.     end
  99.     object LabelBeta: TLabel
  100.       Left = 104
  101.       Top = 48
  102.       Width = 27
  103.       Height = 13
  104.       Caption = 'Beta'
  105.       Font.Charset = DEFAULT_CHARSET
  106.       Font.Color = clWindowText
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = [fsBold]
  110.       ParentFont = False
  111.     end
  112.     object LabelBuild: TLabel
  113.       Left = 136
  114.       Top = 48
  115.       Width = 29
  116.       Height = 13
  117.       Caption = 'Build'
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clWindowText
  120.       Font.Height = -11
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = [fsBold]
  123.       ParentFont = False
  124.     end
  125.   end
  126. end
  127.